home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / neko.tar / neko / oneko1.1 / README < prev    next >
Text File  |  1992-07-09  |  850b  |  22 lines

  1. This is oneko version 1.1. compiled into .a form. Also included is the
  2. cdif, incase you want to compile it yourself. You can get the original
  3. source from export.lcs.mit.edu in /contrib.
  4.  
  5. To use oneko you must have at least version 0.96b of the kernel for
  6. the itimer support. It's probably possible with 0.96apl3, if you have
  7. the itimer stubs in the libraries.
  8.  
  9. To compile it, just type
  10.     gcc -o oneko oneko.a -lXext -lX11-lm
  11.  
  12. Since shape support is not compiled into the X11 server yet, you should
  13. run it with the background color the same as the color of the root window.
  14. If you have the default .xinit, something like this:
  15.     oneko -bg steelblue &
  16.  
  17. Lastly, I must give credit for the patch to Linus Torvalds, as he's
  18. the one who suggested using sigaction instead of signal, and found the
  19. array initialization bug. Thanks Linus!
  20.  
  21.                         - Jerry Weiler
  22.